-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore desktop Chrome PWA button #383
Restore desktop Chrome PWA button #383
Conversation
For context, this documentation states start_url is required for PWA functionality on Chromium-based browsers, along with: name or short_name |
Too bad, sorry for the inconvenience! Thanks for pointing it out. We should use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use "./"
instead of "/"
I went with
I see in the issue that caused a problem with using sublocations and PWA installs. I've tested this and |
That’s the case for https://pairdrop.net/ but might not be the case if the instance is hosted on a subpath like https://example.com/pairdrop/
Apparently, this leads to the breaking of the installation request, though. They should make that clearer I think. |
## Fixes - Fix PWA install button on chromium based browsers (#383) (Thanks @realchrislovett) - Fix wrong file extension on chromium based browsers if mime type is not set (#355) ## Languages - Translations updates from Hosted Weblate (Japanese)
It looks like with the last update, the PWA install button in Chrome-based browsers no longer appears. Adding the
start_url
line resolves this and restores that functionality. This change also retains the PWA functionality we expect on mobile devices, as tested on my iPhone.